body{
    /* border: 1px solid; */
    width: 50%;
    margin: 50px auto;
    color: #555555;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 5px;
}
h1{
    font-weight: 300;
    color: #2b2b2b;
}
div{
    width: 100%;
    height: 0px;
    border: 1px solid #c7c7c7;
}
a{
    text-decoration: none;
}